@charset "UTF-8";

@font-face {
	font-family: 'Source Sans Pro_-en_US';
	src: local('☺'),
		url('Source Sans Pro_-en_US.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Source Sans Pro_-en_US';
	src: local('☺'),
		url('Source Sans Pro Bold-Bold_-en_US.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Source Sans Pro_-en_US';
	src: local('☺'),
		url('Source Sans Pro Italic-Italic_-en_US.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Source Sans Pro_-en_US';
	src: local('☺'),
		url('Source Sans Pro Bold Italic-BoldItalic_-en_US.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
}